.sidearm-aa-header {
  display: none;
}

body {
  background-image: url("https://jbu_ftp.sidearmsports.com/custompages/css/gameday/background-blue-repeat.jpg");
  background-repeat: repeat;
  background-color: #eeef0;
}

h2:first-of-type:after {
  background: linear-gradient(to right, #1a1a1a 0px, #1a1a1a 10px, #124e84 10px, #124e84 80px);
  content: "";
  bottom: 10px;
  display: block;
  height: 2px;
  margin: 10px 0 20px 0;
  width: 80px;
}

.button-header {
  width: 100%;
  max-width: 1416px;
  margin: auto;
}

.button-subheader {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

.button-subheader .button-sub-btn {
  display: flex;
  align-items: center;
  border: 1px solid lightgrey;
  text-decoration: none;
  width: calc(25% - 20px);
  text-align: center;
  padding: 15px;
  margin: 10px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a1a1a;
  transition: .25s;
}

.button-subheader .button-sub-btn:hover {
  color: #fff;
  background-color: #124e84;
  border: 1px solid #1b76c7;
}

@media screen and (max-width:480px) {
  .button-subheader .button-sub-btn {
    width: 100%;
  }
}

.plaque {
  border: 2px solid #000;
  width: 75%;
  text-align: left;
  border-collapse: collapse;
}

.plaque td, .plaque th {
  border: 0px solid #eee;
  padding: 3px 3px;
}

.plaque tbody tr {
  background: #fff;
  font-size: 14px;
}

.plaque thead {
  background: #000;
}

.plaque thead th {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .plaque {
    border-collapse: collapse;
    float: middle;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}